From e084c43c2e19c40c930f0b10614d9793cfa07d53 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 10 Mar 2008 12:21:09 +0000 Subject: [PATCH] *** empty log message *** --- src/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index a4cb8a78d3a..4b232c3fa4d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,15 @@ +2008-03-10 Kenichi Handa + + * fileio.c (Finsert_file_contents): Don't make CCL program to + append "CCL: Quitted" when the decoding is quitted, but just + signal `quit'. + + * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't + append "CCL: Quitted" when the CCL program is quitted. + (setup_ccl_program): Initialize ccl->quit_silently to zero. + + * ccl.h (struct ccl_program): New member quit_silently. + 2008-03-08 Andreas Schwab * process.h (struct Lisp_Process): Declare bit field as unsigned. -- 2.30.2